toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]HttpHeader
Http
Header
interface
HttpHeader
An HTTP header.
Members
Functions
name
Link copied to clipboard
open
fun
name
(
)
:
String
Returns a string that represents the HTTP header name.
of
Link copied to clipboard
open
fun
of
(
name
:
String
,
value
:
String
)
:
HttpHeader
Returns an instance of the
HttpHeader
with the given
name
and
value
.
value
Link copied to clipboard
open
fun
value
(
)
:
String
Returns a string that represents the HTTP header value.